home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / mendes11.zip / MENU.DOC < prev    next >
Text File  |  1993-11-13  |  3KB  |  105 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                        THE MENU DESIGNER DISPLAY MODULE
  11.                       Shareware Version 1.1a (no mouse)
  12.  
  13.  
  14.  
  15.  
  16.                  Software Copyright (c) 1993 by Chad Attermann
  17.                               ALL RIGHTS RESERVED
  18.  
  19.  
  20.  
  21.                         Archive filename: MENDES11.ZIP
  22.  
  23.  
  24.  
  25.  
  26. DISCLAIMER
  27.  
  28.      The author of this program, Chad B. Attermann, shall not be held
  29.      responsible for any damages, loss of data or any other loss as a result of
  30.      using this software. The user, by using this software, takes FULL
  31.      responsibility and liability for use of and any damages, losses, etc... as
  32.      a result of this software. Every effort has been made to ensure that this
  33.      software is free from defects and has been thoroughly tested before
  34.      release to the general public.
  35.  
  36.  
  37. REGISTRATION
  38.  
  39.      This program is Shareware. Feel free to distribute the program (in it's
  40.      unaltered form and archive) as Shareware. You are free to use this program
  41.      for a period of forty-five (45) days. Thus, you are able to try the
  42.      software for a forty-five (45) day evaluation period to see if it meets
  43.      your needs. If you use the Menu Designer after the forty-five (45) day
  44.      evaluation period, you are asked to send the author $15.00 to register the
  45.      software (Menu Designer + Display Module).
  46.  
  47.      The registered version will not contain the [ UNREGISTERED ] trademark in
  48.      the menu desktop header. Furthermore, the registered version will support
  49.      a mouse in the Menu Designer Display Module, and the package will include
  50.      some utilities to enhance your batch files.
  51.  
  52.  
  53.  
  54. Menu Designer Display Module vrsion 1.1a
  55.  
  56.  
  57. INTRODUCTION
  58.  
  59.      The Menu Designer Display Module is the program used in your menu batch
  60.      files to display and run the menus. Version 1.1a does not include mouse
  61.      support. Follow the installation guidelines contained in the file
  62.      DESIGN.DOC to install and setup the software.
  63.  
  64.  
  65. RUNNING YOUR MENUS
  66.  
  67.      To run a menu that you have created, include the following command in the
  68.      users login script:
  69.  
  70.           EXIT "F:\MENUDSGN\MENU1.BAT"
  71.  
  72.      Or, if using a DOS batch file, then simply call the corresponding batch
  73.      file:
  74.  
  75.           CALL %MENU%MENU1.BAT
  76.  
  77.  
  78.      To use your menu, press the ARROW keys to navigate through the entries in
  79.      the menu.
  80.  
  81.      Pressing PAGEUP or HOME keys will make the highlight bar jump to the top
  82.      of the menu.  Likewise, pressing the PAGEDOWN or END keys will make the
  83.      highlight bar jump to the bottom of the menu.
  84.  
  85.      Press the ENTER key to select an entry you have highlighted
  86.           -OR-
  87.      Type the number corresponding to the entry to select it.
  88.  
  89.      Watch the prompts in the lower left status bar.
  90.  
  91.      Press the F1 function key for on-line help.
  92.  
  93.  
  94.      * Note -  A maximum of ten menus can be diplayed on the desktop
  95.                simultaneously. The menus will still function properly, but for
  96.                each submenu you call that exceeds this limit, the tenth menu
  97.                back will disappear, and reappear only when there are fewer than
  98.                ten submenus displayed above it. This limit is caused by DOS's
  99.                ability to pass a maximum of ten replaceable parameter variables
  100.                to a batch file.
  101.  
  102.  
  103. Copyright (c) 1993 by Officesoft Innovative Systems,  All rights reserved.
  104.  
  105.